@charset "utf-8";
/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Microsoft YaHei, sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 80px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#header {
	position: relative;
}

#header .hBox {
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	box-sizing: border-box;
	background: rgba(255,255,255,.9);
}

#header .hInner {
	margin: 0 auto;
	border-bottom: 1px solid #ededed;
}

#header .hInner .inner {
	margin: 0 auto;
	padding: 10px 0;
	width: 1200px;
}

#header .hInner p {
	float: left;
	color: #333;
	font-size: 15px;
}

#header .hInner ul {
	float:right;
}

#header .hInner li {
	display: inline;
}

#header .hInner li a {
	margin: 0 10px;
}

#header .sub {
	margin: 0 auto;
	padding: 10px 0;
	width: 1200px;
}

#header h1 {
	margin: 0;
	float: left;
	color: #FF7E00;
	font-size: 45px;
}

#header h1 span {
	display: block;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -0.02rem;
}

#header .tel {
	margin-top: 8px;
	padding: 0 0 0 80px;
	float: right;
	font-size: 18px;
	color: #000;
	line-height: 30px;
	background: url(../images/tel_bg.png) no-repeat left 5px;
}

#header .tel span {
	display: block;
	font-size: 36px;
	color: #FE0000;
	font-weight: bold;
	line-height: 35px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	background: #018935;
}

#gNavi ul {
	margin: 0 auto;
	width: 1200px;
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a {
	display: block;
	color: #fff;
	font-size: 16px;
	position: relative;
	text-align: center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li a span {
	padding: 15px 0;
	display: block;
	z-index: 2;
	position: relative;
}

#gNavi li a:after {
	display: block;
	content: '';
	color: #fff;
	background: #FF7E00;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li a:hover {
	color: #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li a:hover:after {
	height: 100%;
	z-index: 1;
	opacity: 1;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
	margin-bottom: 60px;
	position: relative;
}

.mainImg .pic01,
.mainImg .pic02,
.mainImg .pic03 {
	width: 100%;
	height: 850px;
	float: left;
}

.mainImg .pic01 {
	background: url(../images/mainimg01.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(../images/mainimg02.jpg) no-repeat center center;
}

.mainImg .pic03 {
	background: url(../images/mainimg03.jpg) no-repeat center center;
}

.slick-dots {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 10px;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #FF7A01;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	background: url(../images/f_bg.jpg) no-repeat center center;
	background-size: cover;
}

#gFooter .fInner {
	margin: 0 auto;
	padding: 60px 0;
	width: 1300px;
}

#gFooter .daohang {
	margin-right: 2%;
	width: 20%;
	float: left;
}

#gFooter .navi {
	margin-right: 2%;
	width: 20%;
	float: left;
}

#gFooter .title {
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	border-bottom: 2px solid #078B0D;
}

#gFooter .list li {
	margin-bottom: 8px;
	color: #fff;
}

#gFooter .navi .list li {
	margin-bottom: 8px;
	color: #fff;
}

#gFooter .list li a {
	color: #fff;
	font-size: 16px;
}

#gFooter .info {
	margin-right: 2%;
	width: 34%;
	float: left;
}

#gFooter .info .text {
	color: #fff;
	font-size: 17px;
	line-height: 2;
}

#gFooter .code {
	width: 19%;
	float: right;
}

#gFooter .code img {
	width: 70%;
}

#gFooter .copyright {
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #078B0D;
}

#gFooter .copyright a {
	color: #fff;
}

#gFooter .copyright a:hover {
	text-decoration: underline;
}

.headLine {
	color: #666;
	font-size: 45px;
	text-align: center;
	background: url(../images/h2_bg.png) no-repeat center center;
}

.headLine .en {
	display: block;
	color: rgba(0,0,0,.3);
	font-family: Impact;
	font-size: 30px;
	font-weight: normal;
}

.headLine .green {
	color: #078B0D;
}

.headLine .ttl {
	color: #FF7A01;
}
